home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Willard Press Kit
/
Willard Press Kit.iso
/
mac
/
Acrobat Reader 5 PC
/
AcroRd32.exe
/
EXVW
/
10029
< prev
next >
Wrap
Text File
|
2002-12-14
|
326b
|
14 lines
dialog( name: '$$$/Dialogs/TextNotFound' )
{
group()
{
view( align_children: align_center )
{
static_text(item_id: 'msg1', width: max_char_width() * 16);
static_text(item_id: 'yawn', width: max_char_width() * 16);
static_text(item_id: 'msg2', width: max_char_width() * 16);
}
ok_cancel();
}
}